- command line syntax
- синтаксис командной строки
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Command-line interface — Screenshot of a sample Bash session. GNOME Terminal 3, Fedora 15 … Wikipedia
Command-line interpreter — A command line interpreter (also command line shell, command language interpreter) is a computer program that reads lines of text entered by a user and interprets them in the context of a given operating system or programming language. Command… … Wikipedia
Command substitution — In computing, command substitution is a facility originally introduced in the Unix shells that allows a command to be run and its output to be pasted back on the command line as arguments to another command. Shells typically do this by creating a … Wikipedia
Line number — In computing, a line number is a method used to specify a particular sequence of characters in a text file. The most common method of assigning numbers to lines is to assign every line a unique number, starting at 1 for the first line, and… … Wikipedia
Comparison of command shells — For more details on this topic, see Shell (computing). A command shell is a command line interface computer program to an operating system. Contents 1 General characteristics 2 Interactive features 3 Programming features … Wikipedia
C syntax — The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar) … Wikipedia
more (command) — more Example output of the more command Developer(s) Daniel Halbert Operating system Cross platform … Wikipedia
More (command) — In computing, more is a command to view (but not modify) the contents of a text file one screen at a time (terminal pager).It is available on Unix and Unix like systems, DOS, OS/2 and Microsoft Windows. Programs of this sort are called pagers . [ … Wikipedia
choice (command) — In computing, CHOICE is a DOS command that allows for batch files to prompt the user to select one item from a set of single character choices. It was introduced as an external command (with filenames CHOICE.COM or CHOICE.EXE) with MS DOS 6.0,[1] … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Alias (command) — In computing, alias is a command in various command line interpreters (shells) such as Unix shells, 4DOS/4NT and Windows PowerShell, which enables a replacement of a word with another string. It is mainly used for abbreviating a system command,… … Wikipedia